home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TFORMPLEASEWAIT / TFORMPLEASEWAIT.txt
Text File  |  2007-09-27  |  1KB  |  69 lines

  1. object FormPleaseWait: TFormPleaseWait
  2.   Left = 298
  3.   Top = 129
  4.   Cursor = crHourGlass
  5.   AutoSize = True
  6.   BorderIcons = []
  7.   BorderStyle = bsToolWindow
  8.   BorderWidth = 20
  9.   Caption = 'Please wait...'
  10.   ClientHeight = 46
  11.   ClientWidth = 347
  12.   Color = clBtnFace
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Position = poDesktopCenter
  20.   OnClose = FormClose
  21.   OnShow = FormShow
  22.   DesignSize = (
  23.     347
  24.     46)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object LabelDesc: TLabel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 342
  31.     Height = 16
  32.     Alignment = taCenter
  33.     Anchors = [akLeft, akTop, akRight]
  34.     AutoSize = False
  35.     Caption = 'Please be patient...'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -13
  39.     Font.Name = 'Verdana'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     Layout = tlCenter
  43.   end
  44.   object LabelProgress: TLabel
  45.     Left = 0
  46.     Top = 30
  47.     Width = 347
  48.     Height = 16
  49.     Alignment = taCenter
  50.     Anchors = [akLeft, akTop, akRight]
  51.     AutoSize = False
  52.     Caption = '/'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -13
  56.     Font.Name = 'Verdana'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     Layout = tlCenter
  60.   end
  61.   object TimerProgress: TTimer
  62.     Enabled = False
  63.     Interval = 100
  64.     OnTimer = TimerProgressTimer
  65.     Left = 48
  66.     Top = 8
  67.   end
  68. end
  69.